summaryrefslogtreecommitdiffstats
path: root/xslt/eurephiadm/CMakeLists.txt
blob: 6772128436de8546af23f5b63290030b151d7f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# XSLT templates to be installed together with eurephiadm
#
SET(eurephiadm_XSLT
      adminaccess.xsl
      certificates.xsl
      fwadmin.xsl
      lastlog.xsl
      usercerts.xsl
      users.xsl
      attempts.xsl
      blacklist.xsl
)
INSTALL(FILES ${eurephiadm_XSLT} DESTINATION ${EUREPHIADM_XSLT_PATH}/)