diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:54 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:54 +0000 |
commit | f1813c1ac9924dc6be7dd2b64e019a98340125f6 (patch) | |
tree | 933dbf5c0f415190e36425bf9f9f1c2fad9ed058 /doc/makefile | |
parent | 58d768314ed24fa53f1559a4c323e70c56aad6dd (diff) |
Open 0.5.15
Author: mdz
Date: 2003-09-26 22:24:51 GMT
Open 0.5.15
* Spanish man pages, patch from Ruben Porras <nahoo82@telefonica.net>
(Closes: #195444)
- apt.es.8 wasn't included in the patch, but was referenced. Fetched
version 1.3 from debian-doc cvs
- Create doc/es/.cvsignore
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/makefile b/doc/makefile index ea25628bb..f4779b417 100644 --- a/doc/makefile +++ b/doc/makefile @@ -1,7 +1,7 @@ # -*- make -*- BASE=.. SUBDIR=doc -SUBDIRS= fr pt_BR +SUBDIRS= fr pt_BR es # Bring in the default rules include ../buildlib/defaults.mak @@ -25,10 +25,13 @@ TARGET = binary include $(COPY_H) #.PHONY: headers library clean veryclean all binary program doc doc.pt_BR doc.fr -doc: doc.fr doc.pt_BR +doc: doc.fr doc.pt_BR doc.es doc.fr: %.fr: $(MAKE) -C fr $* doc.pt_BR: %.pt_BR: $(MAKE) -C pt_BR $* + +doc.es: %.es: + $(MAKE) -C es $*
\ No newline at end of file |