Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-latex
Commits
fcc084d4
Commit
fcc084d4
authored
Dec 26, 2017
by
swilmet
Browse files
Rename to GNOME LaTeX: change binary name
parent
6fd427e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
fcc084d4
SUBDIRS
=
evince liblatexila ui
bin_PROGRAMS
=
latex
ila
bin_PROGRAMS
=
gnome-
latex
# --disable-since-check is used because GNOME LaTeX often depends on unstable
# versions of GNOME libraries.
...
...
@@ -65,7 +65,7 @@ vala_files = \
tab_label.vala
\
utils.vala
latex
ila
_SOURCES
=
\
gnome_
latex_SOURCES
=
\
$(vala_files)
\
$(vapidir)
/config.vapi
\
$(vapidir)
/menu_tool_action.vapi
...
...
@@ -74,17 +74,17 @@ latexila_SOURCES = \
# generated C code currently triggers a lot of warnings because deprecated
# functions are used. So by silencing the GCC warnings, we can more easily
# scroll up the build output to see the valac warnings.
latex
ila
_CPPFLAGS
=
\
gnome_
latex_CPPFLAGS
=
\
-I
$(top_srcdir)
\
-I
$(srcdir)
/liblatexila
\
-I
$(builddir)
/liblatexila
\
-include
config.h
\
-w
latex
ila
_CFLAGS
=
\
gnome_
latex_CFLAGS
=
\
$(DEP_CFLAGS)
latex
ila
_LDADD
=
\
gnome_
latex_LDADD
=
\
$(DEP_LIBS)
\
liblatexila/liblatexila.la
...
...
@@ -94,13 +94,13 @@ latexila-resources.c: latexila.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) -
$(AM_V_GEN)
$(GLIB_COMPILE_RESOURCES)
--target
=
$@
--sourcedir
=
$(srcdir)
--generate-source
$(srcdir)
/latexila.gresource.xml
BUILT_SOURCES
=
latexila-resources.c
nodist_latex
ila
_SOURCES
=
$(BUILT_SOURCES)
nodist_
gnome_
latex_SOURCES
=
$(BUILT_SOURCES)
EXTRA_DIST
=
latexila.gresource.xml
CLEANFILES
=
\
$(BUILT_SOURCES)
\
$(vala_files:.vala=.c)
\
latex
ila
_vala.stamp
gnome_
latex_vala.stamp
-include
$(top_srcdir)/git.mk
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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