mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
minor oops by patch
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@837 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b5afe7d975
commit
eb90a95b9d
8
Makefile
8
Makefile
@ -89,12 +89,12 @@ install: $(TARGET)
|
||||
$(INSTALL) $(TARGET).bin $(PREFIX)/bin/$(TARGET).bin
|
||||
@mkdir -p $(PREFIX)/$(DOCDIR)
|
||||
$(INSTALL_DATA) Docs/*.html $(PREFIX)/$(DOCDIR)
|
||||
|
||||
# Local Variables:
|
||||
# tab-width: 2
|
||||
# End:
|
||||
$(INSTALL_DATA) Docs/*.gif $(PREFIX)/$(DOCDIR)
|
||||
$(INSTALL_DATA) Docs/*.jpg $(PREFIX)/$(DOCDIR)
|
||||
$(INSTALL_DATA) Docs/*.xpm $(PREFIX)/$(DOCDIR)
|
||||
@mkdir -p $(PREFIX)/$(DOCDIR)/logos
|
||||
$(INSTALL_DATA) Docs/logos/* $(PREFIX)/$(DOCDIR)/logos
|
||||
|
||||
# Local Variables:
|
||||
# tab-width: 2
|
||||
# End:
|
||||
|
@ -89,12 +89,12 @@ install: $(TARGET)
|
||||
$(INSTALL) $(TARGET).bin $(PREFIX)/bin/$(TARGET).bin
|
||||
@mkdir -p $(PREFIX)/$(DOCDIR)
|
||||
$(INSTALL_DATA) Docs/*.html $(PREFIX)/$(DOCDIR)
|
||||
|
||||
# Local Variables:
|
||||
# tab-width: 2
|
||||
# End:
|
||||
$(INSTALL_DATA) Docs/*.gif $(PREFIX)/$(DOCDIR)
|
||||
$(INSTALL_DATA) Docs/*.jpg $(PREFIX)/$(DOCDIR)
|
||||
$(INSTALL_DATA) Docs/*.xpm $(PREFIX)/$(DOCDIR)
|
||||
@mkdir -p $(PREFIX)/$(DOCDIR)/logos
|
||||
$(INSTALL_DATA) Docs/logos/* $(PREFIX)/$(DOCDIR)/logos
|
||||
|
||||
# Local Variables:
|
||||
# tab-width: 2
|
||||
# End:
|
||||
|
Loading…
Reference in New Issue
Block a user