Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
c02e382ba5
2 changed files with 6 additions and 7 deletions
  1. +4
    -5
      package/public/tex4ht/tex4ht.conf
  2. +2
    -2
      package/public/tex4ht/tex4ht.desc

+ 4
- 5
package/public/tex4ht/tex4ht.conf

@ -23,20 +23,19 @@
tex4ht_main(){ tex4ht_main(){
unzip $archdir/tex4ht-$ver.zip unzip $archdir/tex4ht-$ver.zip
unzip tex4ht.zip
echo "Compiling and installing binaries ..." echo "Compiling and installing binaries ..."
gcc -o t4ht temp/t4ht.c \
gcc -o t4ht src/t4ht.c \
-DENVFILE=\"/$prefix/share/texmf/tex4ht/tex4ht.env\" -DENVFILE=\"/$prefix/share/texmf/tex4ht/tex4ht.env\"
gcc -o tex4ht temp/tex4ht.c \
gcc -o tex4ht src/tex4ht.c \
-DENVFILE=\"/usr/share/texmf/tex4ht/tex4ht.env\" -DHAVE_DIRENT_H -DENVFILE=\"/usr/share/texmf/tex4ht/tex4ht.env\" -DHAVE_DIRENT_H
cp -fv t4ht tex4ht $bindir/ cp -fv t4ht tex4ht $bindir/
echo "Installing support scripts ..." echo "Installing support scripts ..."
cp -fv bin/unix/* $bindir/ cp -fv bin/unix/* $bindir/
# correct double-path and unwanted files before cp ...
mv -v texmf/tex4ht/ht-fonts/ht-fonts/* texmf/tex4ht/ht-fonts/
rmdir texmf/tex4ht/ht-fonts/ht-fonts
# correct unwanted files before cp ...
rm -rf texmf/tex4ht/base rm -rf texmf/tex4ht/base
cp -rv texmf/* $root/$prefix/share/texmf/ cp -rv texmf/* $root/$prefix/share/texmf/

+ 2
- 2
package/public/tex4ht/tex4ht.desc

@ -38,8 +38,8 @@
[L] OpenSource [L] OpenSource
[S] Stable [S] Stable
[V] r1
[V] r2
[P] X -?---5---9 131.500 [P] X -?---5---9 131.500
[D] 2548735500 tex4ht-r1.zip !http://www.cis.ohio-state.edu/~gurari/TeX4ht/tex4ht.zip
[D] 1034340270 tex4ht-r2.zip !http://www.cis.ohio-state.edu/~gurari/TeX4ht/tex4ht.zip

Loading…
Cancel
Save