Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Missed some files in my last doc cleanup commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed May 9, 2012
1 parent c13983a commit 7d3fb9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Makefile.am
Expand Up @@ -39,20 +39,20 @@ EXTRA_DIST = \
TMP_docs = \
$(top_srcdir)/docs/en_US/hints/*.html \
$(top_srcdir)/docs/cs_CZ/*.css \
$(top_srcdir)/docs/cs_CZ/*.html \
$(top_srcdir)/docs/cs_CZ/pgadmin3.hh* \
$(top_srcdir)/docs/cs_CZ/hints/*.html \
$(top_srcdir)/docs/cs_CZ/images/*.png \
$(top_srcdir)/docs/de_DE/*.css \
$(top_srcdir)/docs/de_DE/hints/*.html \
$(top_srcdir)/docs/es_ES/*.css \
$(top_srcdir)/docs/es_ES/hints/*.html \
$(top_srcdir)/docs/fi_FI/*.css \
$(top_srcdir)/docs/fi_FI/hints/*.html \
$(top_srcdir)/docs/fr_FR/*.css \
$(top_srcdir)/docs/fr_FR/*.html \
$(top_srcdir)/docs/fr_FR/pgadmin3.hh* \
$(top_srcdir)/docs/fr_FR/hints/*.html \
$(top_srcdir)/docs/fr_FR/images/*.png \
$(top_srcdir)/docs/sl_SI/*.css \
$(top_srcdir)/docs/sl_SI/hints/*.html \
$(top_srcdir)/docs/zh_CN/*.css \
$(top_srcdir)/docs/zh_CN/hints/*.html \
$(top_srcdir)/docs/zh_TW/*.css \
$(top_srcdir)/docs/zh_TW/hints/*.html

if !APPBUNDLE
Expand Down
4 changes: 0 additions & 4 deletions docs/builddocs.bat
Expand Up @@ -6,16 +6,12 @@ CALL make.bat htmlhelp
cd ..

REM Compile the HTML Help
"%ProgramFiles%\HTML Help Workshop\hhc.exe" ./cs_CZ/pgadmin3.hhp
"%ProgramFiles%\HTML Help Workshop\hhc.exe" ./en_US/_build/htmlhelp/pgadmin3.hhp
"%ProgramFiles%\HTML Help Workshop\hhc.exe" ./fr_FR/pgadmin3.hhp

REM Regenerate the cache file used by the wx viewer.
IF NOT EXIST %WXWIN%\utils\hhp2cached\vc_mswu\hhp2cached.exe GOTO NO_HHP2CACHED

"%WXWIN%\utils\hhp2cached\vc_mswu\hhp2cached.exe" ./cs_CZ/pgadmin3.hhp
"%WXWIN%\utils\hhp2cached\vc_mswu\hhp2cached.exe" ./en_US/_build/htmlhelp/pgadmin3.hhp
"%WXWIN%\utils\hhp2cached\vc_mswu\hhp2cached.exe" ./fr_FR/pgadmin3.hhp

EXIT 0

Expand Down

0 comments on commit 7d3fb9d

Please sign in to comment.