]> sourceware.org Git - systemtap.git/commitdiff
doc/Makefile: Fix command list syntax
authorDavid Ward <david.ward@ll.mit.edu>
Mon, 11 Feb 2019 17:25:39 +0000 (12:25 -0500)
committerSerhei Makarov <smakarov@redhat.com>
Thu, 4 Apr 2019 19:55:01 +0000 (15:55 -0400)
doc/Makefile.am
doc/Makefile.in

index 02459d801a6bcfce78706726c039e3e73633d0fd..9d50cb37d1aeff0f3e247c9813a2961a0e0a7eb0 100644 (file)
@@ -34,8 +34,8 @@ SUFFIXES = ps pdf dvi ps tex
 .tex.dvi:
        pwd=`pwd`; cd $(srcdir); \
        latex -output-directory=$$pwd $<; \
-       touch $*.glo \
-       makeindex $*.glo -s nomencl.ist -o $*.gls \
+       touch $*.glo; \
+       makeindex $*.glo -s nomencl.ist -o $*.gls; \
        latex -output-directory=$$pwd $<; \
        latex -output-directory=$$pwd $<; \
        latex -output-directory=$$pwd $<
index c4a72b6478cc20986473121df76709e211beb1a7..3dc73a53f4d2539f8e04b4fb356338e3f27eaa9d 100644 (file)
@@ -642,8 +642,8 @@ uninstall-am: uninstall-local
 .tex.dvi:
        pwd=`pwd`; cd $(srcdir); \
        latex -output-directory=$$pwd $<; \
-       touch $*.glo \
-       makeindex $*.glo -s nomencl.ist -o $*.gls \
+       touch $*.glo; \
+       makeindex $*.glo -s nomencl.ist -o $*.gls; \
        latex -output-directory=$$pwd $<; \
        latex -output-directory=$$pwd $<; \
        latex -output-directory=$$pwd $<
This page took 0.030572 seconds and 5 git commands to generate.