Fixed OpenOffice book generation.
This commit is contained in:
parent
ad3bf2c525
commit
6a49a382e6
1 changed files with 4 additions and 0 deletions
|
@ -201,6 +201,7 @@ inline_doc
|
||||||
|
|
||||||
# Orphan links (proper link must be created when generating the book)
|
# Orphan links (proper link must be created when generating the book)
|
||||||
arts ) DEP=aRts ;;
|
arts ) DEP=aRts ;;
|
||||||
|
kde ) DEP=kde-core ;;
|
||||||
# Set values for alternative packages
|
# Set values for alternative packages
|
||||||
# X is a meta-package, thus handled in another way.
|
# X is a meta-package, thus handled in another way.
|
||||||
LPRng | cups ) DEP=$PRINT_SERVER ;;
|
LPRng | cups ) DEP=$PRINT_SERVER ;;
|
||||||
|
@ -279,6 +280,9 @@ inline_doc
|
||||||
echo -e "alsa-oss\nalsa-firmware\nalsa-tools\nalsa-utils\n \
|
echo -e "alsa-oss\nalsa-firmware\nalsa-tools\nalsa-utils\n \
|
||||||
alsa-plugins\nalsa-lib" > dependencies/alsa.dep
|
alsa-plugins\nalsa-lib" > dependencies/alsa.dep
|
||||||
;;
|
;;
|
||||||
|
kde-core )
|
||||||
|
cp ../libs/kde-core.dep dependencies/
|
||||||
|
;;
|
||||||
x-window-system ) # X11 alternatives
|
x-window-system ) # X11 alternatives
|
||||||
echo -e "x-config\nx-setup\n$X11" > dependencies/x-window-system.dep
|
echo -e "x-config\nx-setup\n$X11" > dependencies/x-window-system.dep
|
||||||
;;
|
;;
|
||||||
|
|
Reference in a new issue