~ubuntu-branches/ubuntu/raring/steam/raring

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alain Schroeder
  • Date: 2005-05-14 16:33:35 UTC
  • Revision ID: james.westby@ubuntu.com-20050514163335-z3sy43m3u81mzny4
Tags: 1.6.3-1
* Depend on pstotext and html2text. It is needed for the fulltext search.
* New Upstream
  * Several Wiki fixes (encoding, etc.)
  * DocumentFactory: Fix duplication of objects
  * Fixed Search Service (do not crash upon any query)
  * Various E-mail fixes (send through webinterface)
  * config dir no longer world readable
  * some startup fixes
  * fixed configuration file issues
* Patches from CVS:
  * fix more crashes in the search
  * recognize https links in the wiki
  * make sure security log file exists
  * wiki now works with empty documents

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
install: install_steam force
16
16
        chmod ugo+rx setup
17
 
        tar -cpf __tmp.tar server --exclude CVS --mode 644
 
17
        tar -cpf __tmp.tar --exclude CVS --mode 644 server
18
18
        test -d $(STEAMDIR)/conf || mkdir -p $(STEAMDIR)/conf
19
19
        test -d $(STEAMDIR)/config || mkdir -p -m750 $(STEAMDIR)/config
20
20
        test -d $(STEAMDIR)/logs || mkdir -p $(STEAMDIR)/logs