Fixed syntax errors in makefiles. Oops.
2003-12-16 Dave Neary <bolsh@gimp.org> * */Makefile.am: Fixed syntax errors in makefiles. Oops.
This commit is contained in:
@ -147,7 +147,7 @@ maintainer-clean-local: clean
|
||||
install-data-local:
|
||||
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
|
||||
(installfiles=`echo $(srcdir)/html/*`; \
|
||||
if test -f '$(srcdir)/html/index.sgml'; \
|
||||
if test -f "$(srcdir)/html/index.sgml"; \
|
||||
then \
|
||||
for i in $$installfiles; do \
|
||||
echo '-- Installing '$$i ; \
|
||||
|
Reference in New Issue
Block a user