Skip to content

Commit

Permalink
* doc/sgml/de_DE/Makefile.am: remove empty SUBDIRS setting.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4669 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
James LewisMoss committed Jun 13, 2001
1 parent a967024 commit f55d77b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/sgml/de_DE/Makefile.am
@@ -1,4 +1,3 @@
SUBDIRS =

gnucash_helpdir = $(GNC_HELPDIR)/de_DE

Expand All @@ -22,10 +21,10 @@ install-data-local: gnucash/index.html gnucash/help-search-index.db
$(DESTDIR)$(gnucash_helpdir)/topic.dat
-$(INSTALL_DATA) gnucash/help-search-index.db \
$(DESTDIR)$(gnucash_helpdir)/help-search-index.db
-(for file in gnucash/*.html; do \
-(for file in gnucash/*.html ; do \
basefile=`basename $$file` \
$(INSTALL_DATA) $(srcdir)/$$file \
$(DESTDIR)$(gnucash_helpdir)/$$basefile; \
$(DESTDIR)$(gnucash_helpdir)/$$basefile ; \
done)
-(for file in gnucash/*.css; do \
basefile=`basename $$file` \
Expand Down

0 comments on commit f55d77b

Please sign in to comment.