Skip to content
Snippets Groups Projects
Commit a044b29c authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[E-ACSL] add missing dependency in man makefile

parent 16630e3a
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ include $(EACSL_DIR)/doc/support/MakeLaTeXModern ...@@ -10,7 +10,7 @@ include $(EACSL_DIR)/doc/support/MakeLaTeXModern
# Generic rules # # Generic rules #
################# #################
eacslversion.tex: Makefile eacslversion.tex: Makefile $(VERSION_FILE)
rm -f $@ rm -f $@
printf '\\newcommand{\\eacslpluginversion}{$(EACSL_VERSION)\\xspace}\n' > $@ printf '\\newcommand{\\eacslpluginversion}{$(EACSL_VERSION)\\xspace}\n' > $@
printf '\\newcommand{\\fcversion}{$(FC_VERSION)\\xspace}\n' >> $@ printf '\\newcommand{\\fcversion}{$(FC_VERSION)\\xspace}\n' >> $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment