diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 7 | ||||
-rw-r--r-- | doc/index.txt | 1 | ||||
-rw-r--r-- | doc/pacman.conf.5.txt | 7 |
3 files changed, 12 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 6261d926..fcbcab88 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -26,7 +26,8 @@ HTML_MANPAGES = \ HTML_OTHER = \ index.html \ submitting-patches.html \ - translation-help.html + translation-help.html \ + HACKING.html HTML_DOCS = \ $(HTML_MANPAGES) \ @@ -99,6 +100,10 @@ $(ASCIIDOC_MANS): asciidoc.conf footer.txt asciidoc $(ASCIIDOC_OPTS) -a linkcss $*.txt dos2unix $@ +HACKING.html: ../HACKING + asciidoc $(ASCIIDOC_OPTS) -a linkcss -o $@ ../HACKING + dos2unix $@ + # Customizations for certain HTML docs $(HTML_MANPAGES): asciidoc.conf footer.txt $(HTML_OTHER): asciidoc.conf diff --git a/doc/index.txt b/doc/index.txt index 3c2f83e6..8cd9b414 100644 --- a/doc/index.txt +++ b/doc/index.txt @@ -62,6 +62,7 @@ Releases `------------`------- Date Version --------------------- +2009-10-05 v3.3.2 2009-09-22 v3.3.1 2009-08-02 v3.3.0 2009-01-05 v3.2.2 diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 640e62bb..89c22a12 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -86,8 +86,11 @@ Options *SyncFirst =* package ...:: Instructs pacman to check for newer version of these packages before any sync operation. The user will have the choice to either cancel the current - operation and upgrade these packages first or go on with the current operation. - This option is typically used with the 'pacman' package. + operation and upgrade these packages first or go on with the current + operation. This option is typically used with the 'pacman' package. + *NOTE*: when a `SyncFirst` transaction takes place, no command line flags + (e.g. '\--force') are honored. If this is not ideal, disabling `SyncFirst` + and performing a manual sync of the involved packages may be required. *IgnoreGroup =* group ...:: Instructs pacman to ignore any upgrades for all packages in this |