Changeset 512

Show
Ignore:
Timestamp:
04/03/09 16:39:57 (3 years ago)
Author:
uncle_fungus
Message:

New user manual - Yay for LaTeX

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.am

    r453 r512  
    3030        libtool \ 
    3131        ltmain.sh 
    32 SUBDIRS = m4 wxcurl src doc po src/include src/images resources templates FahMon.xcodeproj mac 
     32SUBDIRS = m4 wxcurl src doc doc/help po src/include src/images resources templates FahMon.xcodeproj mac 
    3333 
    3434appsdir = $(datadir)/applications 
  • trunk/Makefile.in

    r453 r512  
    260260        ltmain.sh 
    261261 
    262 SUBDIRS = m4 wxcurl src doc po src/include src/images resources templates FahMon.xcodeproj mac 
     262SUBDIRS = m4 wxcurl src doc doc/help po src/include src/images resources templates FahMon.xcodeproj mac 
    263263appsdir = $(datadir)/applications 
    264264apps_in_files = fahmon.desktop 
  • trunk/configure

    r511 r512  
    2282022820 
    2282122821 
    22822 ac_config_files="$ac_config_files Makefile README FahMon.nsi fahmon.spec doxconf FahMon-Info.plist doc/Makefile m4/Makefile po/Makefile.in resources/Makefile wxcurl/Makefile wxcurl/include/Makefile wxcurl/include/wx/Makefile wxcurl/include/wx/curl/Makefile wxcurl/src/Makefile wxcurl/win32_libcurl/Makefile wxcurl/win32_libcurl/include/Makefile wxcurl/win32_libcurl/include/curl/Makefile wxcurl/win32_libcurl/lib/Makefile src/Makefile src/include/Makefile src/include/fahmonConsts.h src/images/Makefile src/images/icons/Makefile src/images/icons/16/Makefile src/images/icons/24/Makefile src/images/icons/32/Makefile src/images/icons/48/Makefile src/images/icons/64/Makefile src/images/icons/128/Makefile src/images/icons/256/Makefile templates/Makefile FahMon.xcodeproj/Makefile mac/FahMon-Info.plist mac/Makefile" 
     22822ac_config_files="$ac_config_files Makefile README FahMon.nsi fahmon.spec doxconf FahMon-Info.plist doc/Makefile doc/help/Makefile doc/help/User_Guide.tex m4/Makefile po/Makefile.in resources/Makefile wxcurl/Makefile wxcurl/include/Makefile wxcurl/include/wx/Makefile wxcurl/include/wx/curl/Makefile wxcurl/src/Makefile wxcurl/win32_libcurl/Makefile wxcurl/win32_libcurl/include/Makefile wxcurl/win32_libcurl/include/curl/Makefile wxcurl/win32_libcurl/lib/Makefile src/Makefile src/include/Makefile src/include/fahmonConsts.h src/images/Makefile src/images/icons/Makefile src/images/icons/16/Makefile src/images/icons/24/Makefile src/images/icons/32/Makefile src/images/icons/48/Makefile src/images/icons/64/Makefile src/images/icons/128/Makefile src/images/icons/256/Makefile templates/Makefile FahMon.xcodeproj/Makefile mac/FahMon-Info.plist mac/Makefile" 
    2282322823 
    2282422824 
     
    2342023420    "FahMon-Info.plist") CONFIG_FILES="$CONFIG_FILES FahMon-Info.plist" ;; 
    2342123421    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 
     23422    "doc/help/Makefile") CONFIG_FILES="$CONFIG_FILES doc/help/Makefile" ;; 
     23423    "doc/help/User_Guide.tex") CONFIG_FILES="$CONFIG_FILES doc/help/User_Guide.tex" ;; 
    2342223424    "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; 
    2342323425    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; 
  • trunk/configure.ac

    r511 r512  
    8888   FahMon-Info.plist 
    8989   doc/Makefile 
     90   doc/help/Makefile 
     91   doc/help/User_Guide.tex 
    9092   m4/Makefile 
    9193   po/Makefile.in 
  • trunk/doc/Makefile.am

    r402 r512  
    99# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
    1010 
    11 EXTRA_DIST = \ 
    12         help.pdf 
     11 
  • trunk/doc/Makefile.in

    r453 r512  
    197197top_builddir = @top_builddir@ 
    198198top_srcdir = @top_srcdir@ 
    199 EXTRA_DIST = \ 
    200         help.pdf 
    201  
    202199all: all-am 
    203200