diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /editors/abiword-devel/files/patch-ap | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'editors/abiword-devel/files/patch-ap')
-rw-r--r-- | editors/abiword-devel/files/patch-ap | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/editors/abiword-devel/files/patch-ap b/editors/abiword-devel/files/patch-ap deleted file mode 100644 index 6a8bcc348fe0..000000000000 --- a/editors/abiword-devel/files/patch-ap +++ /dev/null @@ -1,30 +0,0 @@ ---- wp/Makefile Fri May 26 13:51:51 2000 -+++ wp/Makefile.new Thu Jun 22 17:11:49 2000 -@@ -44,10 +44,24 @@ - @$(subst xxxx,$(CANON_AppDir),$(VERIFY_DIRECTORY)) - @$(subst xxxx,$(CANON_AppDir)/strings,$(VERIFY_DIRECTORY)) - @$(subst xxxx,$(CANON_AppDir)/help,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/images,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/fr-FR,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/fr-FR/images,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/es-ES,$(VERIFY_DIRECTORY)) - @$(subst xxxx,$(CANON_AppDir)/sample,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/sample/en-US,$(VERIFY_DIRECTORY)) - @$(ABICOPY) $(USERDIR)/wp/readme.txt $(CANON_AppDir) - @$(ABICOPY) $(USERDIR)/wp/system.profile $(CANON_AppDir) - @$(ABICOPY) $(USERDIR)/wp/strings/*.strings $(CANON_AppDir)/strings -- (cd $(USERDIR)/wp/help; tar cf - ./*.* $(CANON_Lang)/*.* $(CANON_Lang)/*/*.*) | (cd $(CANON_AppDir)/help; tar xf -) -- (cd $(USERDIR)/wp/sample; tar cf - $(CANON_Lang)/*.*) | (cd $(CANON_AppDir)/sample; tar xf -) -- -+ @$(ABICOPY) $(USERDIR)/wp/help/*.html $(CANON_AppDir)/help -+ @$(ABICOPY) $(USERDIR)/wp/help/*.gif $(CANON_AppDir)/help -+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/*.html $(CANON_AppDir)/help/en-US -+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.gif $(CANON_AppDir)/help/en-US/images -+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.jpg $(CANON_AppDir)/help/en-US/images -+ @$(ABICOPY) $(USERDIR)/wp/help/en-US/images/*.png $(CANON_AppDir)/help/en-US/images -+ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/*.html $(CANON_AppDir)/help/fr-FR -+ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/images/*.gif $(CANON_AppDir)/help/fr-FR/images -+ @$(ABICOPY) $(USERDIR)/wp/help/fr-FR/images/*.jpg $(CANON_AppDir)/help/fr-FR/images -+ @$(ABICOPY) $(USERDIR)/wp/help/es-ES/*.html $(CANON_AppDir)/help/es-ES -+ @$(ABICOPY) $(USERDIR)/wp/sample/en-US/*.abw $(CANON_AppDir)/sample/en-US |