Skip to content

Commit

Permalink
comment document's compilation due to compatibility reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Hughshine committed Jun 15, 2023
1 parent d9108b9 commit 3cf5023
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,12 @@ doc:
# * Doc *
# *****************************************************************************/

if HAVE_TEXI2DVI
pdf_DATA = doc/cloog.pdf
dist_pdf_DATA = doc/cloog.pdf
doc/cloog.pdf: doc/cloog.texi doc/gitversion.texi
$(TEXI2DVI) -I $(top_builddir)/doc --pdf $< -o $@
endif
# if HAVE_TEXI2DVI
# pdf_DATA = doc/cloog.pdf
# dist_pdf_DATA = doc/cloog.pdf
# doc/cloog.pdf: doc/cloog.texi doc/gitversion.texi
# $(TEXI2DVI) -I $(top_builddir)/doc --pdf $< -o $@
# endif

doc/gitversion.texi: @GIT_INDEX@
echo '@set VERSION '`$(top_builddir)/genversion.sh`'' > $@
Expand Down

0 comments on commit 3cf5023

Please sign in to comment.