Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
e858e193
Commit
e858e193
authored
Jan 24, 2017
by
Sebastian Ramacher
Browse files
Remove obsolete reference to synctex headers
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
27a14806
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e858e193
...
...
@@ -50,7 +50,7 @@ OBJECTS_DEBUG = $(addprefix ${BUILDDIR_DEBUG}/,${SOURCE:.c=.o}) \
OBJECTS_GCOV
=
$(
addprefix
${BUILDDIR_GCOV}
/,
${SOURCE:.c=.o}
)
\
${BUILDDIR_GCOV}
/
${PROJECT}
/css-definitions.o
\
${BUILDDIR_GCOV}
/
${PROJECT}
/dbus-interface-definitions.o
HEADER
=
$(
wildcard
${PROJECT}
/
*
.h
)
$(
wildcard
synctex/
*
.h
)
HEADER
=
$(
wildcard
${PROJECT}
/
*
.h
)
HEADERINST
=
$(
addprefix
${PROJECT}
/,version.h document.h macros.h page.h types.h plugin-api.h links.h
)
all
:
options ${PROJECT} po build-manpages
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment