1
0
forked from GitHub/gf-core

Build GF/Today.hs directly from Makefile. Include libdir.

This commit is contained in:
bringert
2007-07-04 12:49:01 +00:00
parent b9243c037a
commit e9857531e1
3 changed files with 8 additions and 11 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/sh
echo 'module GF.Today (today,version) where' > GF/Today.hs
echo '{-# NOINLINE today #-}' >> GF/Today.hs
echo 'today,version :: String' >> GF/Today.hs
echo 'today = "'`date`'"' >> GF/Today.hs
echo 'version = "'$1'"' >> GF/Today.hs