diff options
Diffstat (limited to 'footer.am')
-rw-r--r-- | footer.am | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,12 +3,12 @@ check dvi info install uninstall:: id:: ID ID:: - here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) + here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS) tags:: TAGS TAGS:: - here=`pwd`; cd $(srcdir) && etags $(SOURCES) -o $$here/TAGS + here=`pwd`; cd $(srcdir) && etags $(SOURCES) $(HEADERS) -o $$here/TAGS # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |