~ubuntu-branches/ubuntu/utopic/dune-grid/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/grids/starcd/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2014-02-14 10:49:16 UTC
  • mfrom: (1.3.1) (5.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20140214104916-2clchnny3eu7ks4w
Tags: 2.3.0-2
InstallĀ /usr/share/dune-grid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
GRIDS = star.vrt  tets.vrt       withprism.vrt    withpyramid.vrt \
2
2
           star.cel     tets.cel  withprism.cel  withpyramid.cel
3
3
 
4
 
starcdgridsdir=$(datadir)/doc/dune-grid/grids/starcd
 
4
starcdgridsdir=$(docdir)/grids/starcd
5
5
starcdgrids_DATA = $(GRIDS)
6
 
EXTRA_DIST = $(GRIDS)
 
6
EXTRA_DIST = CMakeLists.txt $(GRIDS)
7
7
 
8
8
include $(top_srcdir)/am/webstuff
9
9
include $(top_srcdir)/am/global-rules