1ec62aa470
- Bugfix: Command line arguments for comments, drafts and remarks were not properly exported OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=16
121 lines
4.4 KiB
Plaintext
121 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 19 14:43:00 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- Bugfix: Sourcing an ENV with DAPS_ENV_NAME set did not work
|
|
- Bugfix: Command line arguments for comments, drafts and remarks
|
|
were not properly exported
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 14 15:25:29 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- Moved daps-xmlformat to bin
|
|
- specifying a default ENVfile with DAPS_ENV_NAME=<ENV> in
|
|
~/.daps/config now also works when BASE_DIR is specified
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 14 14:20:05 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- added a new subcommend: init, which creates a working environment incl.
|
|
an ENV file and a xml/MAIN
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 13 15:06:17 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- Fixed a bug in xslt/misc/get-all-used-files.xsl; common.mk needed
|
|
to be changed, too
|
|
- error messages are directed to /dev/null when calling make_nolog
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 13 13:28:48 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- LOG_DIR was not exported
|
|
- when running showvariable the date was always printed with the
|
|
result - this is hopefully fixed now
|
|
- Expanded ENV conversion example in the upgrade README
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 13 11:47:00 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- replaced the last remnants of "susedoc" with "daps"
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 13 08:56:17 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- Removed copy pdf from package PDF
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 13 07:56:05 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- fixed dist-graphics (images were packed with absolute path)
|
|
- fixed HTML-USED (imagelist was wrong)
|
|
- fixed USED (removed double entries)
|
|
- added --extra-files option to package-src in order to be able
|
|
to pack additional ENVfiles
|
|
- added --fop option for package-pdf
|
|
- packaging targets now have their own function in daps_functions
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 11 09:41:38 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- lib/daps_functions: Fixed xep wrapper call
|
|
(susedoc-xep -> daps-xep)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 8 13:15:49 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- common.mk: Another fix for projectfiles/reminingfiles: $INCLUDED
|
|
must include $MAIN, otherwise getentityname.py will be called with
|
|
an empty $INCLUDED if the book only contains a single MAIN file
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 8 12:32:42 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- common.mk: MAIN was missing in projectfiles; fixed remainingfiles
|
|
- added TODO for man page generation, init target
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 8 08:15:53 CEST 2011 - ke@suse.de
|
|
|
|
- Remove my name from the authors' list.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 7 09:33:47 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- Changed the IDs in /etc/xml/suse-catalog.xml to something that
|
|
makes more sense
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 7 08:07:09 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- Fix for -e/-b options
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 6 15:11:21 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
- added short options -b and -e for basedir and envfile
|
|
- reformatted help
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 1 21:58:37 UTC 2011 - fsundermeyer@opensuse.org
|
|
|
|
First beta of the DocBook Authoring and Publishing Suite (daps),
|
|
the successor of susedoc. Major changes compared to susedoc:
|
|
|
|
* make calls have been replaced by central wrapper script daps
|
|
with svn/git style syntax
|
|
* Independent from shell environment
|
|
* All output generated by susedoc is placed in <wd>/build (default)
|
|
or in <BUILDDIR> (can be spcified on the copmmand line)
|
|
* Strict separation between generated content and source files
|
|
* Typical Linux configuration style hierarchy established:
|
|
- System wide configuration ( /etc/daps/config )
|
|
- User configuration ( ~/.daps/config )
|
|
- Book specific (ENVfile)
|
|
- Command line
|
|
* STDOUT output much less verbose, log file is written
|
|
* Debugging function
|
|
* bugfixes
|
|
|
|
|
|
|